home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / G DATA AddOns / PalmCollectionTrial / main.css < prev    next >
Cascading Style Sheet File  |  2001-03-23  |  883b  |  47 lines

  1. P,Body, td {
  2.         font-family : Verdana, Arial, Helvetica, sans-serif;
  3.         font-size: 10pt;
  4. }
  5.  
  6. h6{
  7.         font-size : xx-small;
  8.         color : Gray;
  9.         background-color : transparent;
  10. }
  11.  
  12. A {
  13.         text-decoration: none;
  14.         font-weight : bold;
  15.         color: #000A50;
  16.         background-color : transparent;
  17. }
  18.  
  19. A:Hover {
  20.         color: Blue;
  21.         background-color : transparent;
  22.                                 }
  23.  
  24.  
  25. H1,H2,H3{
  26.         font-family : Verdana, Arial, Helvetica, sans-serif;
  27.         color : #000000;
  28.         margin-bottom : 5px;
  29.         background : transparent;
  30. }
  31.  
  32. H1{
  33.         font-size : 18pt;
  34.         font-weight : bold;
  35. }
  36. H2{
  37.         color : #000A50;
  38.         font-weight : normal;
  39.         font-size : 14pt;
  40. }
  41.  
  42. H3{
  43.         font-weight : 800;
  44.         font-size : 11pt;
  45.         letter-spacing : 2px;
  46. }
  47.